home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod04 / Al / Shared.Dir / 00280.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  136 b   |  9 lines

  1. on mouseUp
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   puppetSound("Blipple.aiff")
  6.   updateStage()
  7.   go("Vmapp", "@::VMapp")
  8. end
  9.